runtime.gobuf.g (field)

9 uses

	runtime (current package)
		proc.go#L1404: 	_g_.sched.g = guintptr(unsafe.Pointer(_g_))
		proc.go#L1901: 	gp.sched.g = guintptr(unsafe.Pointer(gp))
		proc.go#L4109: 	newg.sched.g = guintptr(unsafe.Pointer(newg))
		runtime2.go#L329: 	g    guintptr
		stack.go#L963: 	if thisg.m.morebuf.g.ptr().stackguard0 == stackFork {
		stack.go#L966: 	if thisg.m.morebuf.g.ptr() != thisg.m.curg {
		stack.go#L967: 		print("runtime: newstack called from g=", hex(thisg.m.morebuf.g), "\n"+"\tm=", thisg.m, " m->curg=", thisg.m.curg, " m->g0=", thisg.m.g0, " m->gsignal=", thisg.m.gsignal, "\n")
		stack.go#L969: 		traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
		stack.go#L1000: 	thisg.m.morebuf.g = 0